gtk-demo: Fix up the fontrendering demo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2020 01:21:38 +0000 (21:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Aug 2020 01:23:14 +0000 (21:23 -0400)
demos/gtk-demo/fontrendering.ui

index 94077498137b4e5a86c2348cbb90eeef0e199b94..b3606c53995e04e1506a2c5ffd1638564b9963dc 100644 (file)
             </child>
             <child>
               <object class="GtkCheckButton" id="hint_metrics">
-                <child>
-                  <object class="GtkLabel">
-                    <property name="label">Hint Metrics</property>
-                    <style>
-                      <class name="dim-label"/>
-                    </style>
-                  </object>
-                </child>
+                <property name="label">Hint Metrics</property>
                 <layout>
                   <property name="column">4</property>
                   <property name="row">1</property>
             </child>
             <child>
               <object class="GtkCheckButton" id="show_extents">
+                <property name="label">Show Extents</property>
                 <property name="active">1</property>
-                <child>
-                  <object class="GtkLabel">
-                    <property name="label">Show Extents</property>
-                    <style>
-                      <class name="dim-label"/>
-                    </style>
-                  </object>
-                </child>
                 <layout>
                   <property name="column">5</property>
                   <property name="row">0</property>
             <child>
               <object class="GtkCheckButton" id="show_grid">
                 <property name="active">1</property>
-                <child>
-                  <object class="GtkLabel">
-                    <property name="label">Show Grid</property>
-                    <style>
-                      <class name="dim-label"/>
-                    </style>
-                  </object>
-                </child>
+                <property name="label">Show Grid</property>
                 <layout>
                   <property name="column">5</property>
                   <property name="row">1</property>